@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 通用 */
.row_heading {
    padding-top: 21px;
}

.row_heading .line_left,
.row_heading .line_right {
    height: 3px;
    background: #dcdcdc;
    flex: 1 1 0;
}

.row_heading .line_left::after,
.row_heading .line_right::before {
    content: "";
    width: 26px;
    height: 3px;
    background: #b48b5d;
    display: inline-block;
    vertical-align: middle;
}

.row_heading .line_left::after {
    float: right;
}

.row_heading .line_right::before {
    float: left;
}

.row_heading .heading_title::before,
.row_heading .heading_title::after {
    content: "";
    width: 3px;
    height: 26px;
    background: #b48b5d;
    display: inline-block;
}

.row_heading .heading_title span {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding: 0 20px;
}

.row_more {
    position: relative;
}

.row_more a {
    width: 250px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    background: url(xy_xydqw_index_more_bg.png) center no-repeat;
    background-size: cover;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #584036;
}

/* 模块一 */
.container_row1 {
    background: #FAF4E8;
}

.container_row1 .swiper-container {
    width: 1680px;
    margin: 0 auto;
    padding: 15px 0 21px 0;
}

.container_row1 .swiper-slide {
    text-align: center;
}

.container_row1 img {
    width: 1400px;
    height: 450px;
}

.container_row1 .swiper-button-prev,
.container_row1 .swiper-button-next {
    width: 80px;
    height: 80px;
}

.container_row1 .swiper-button-prev {
    left: 0 !important;
    background: url(xy_xydqw_icon_left.png) no-repeat;
    background-size: 80px;
}

.container_row1 .swiper-button-next {
    right: 0 !important;
    background: url(xy_xydqw_icon_right.png) no-repeat;
    background-size: 80px;
}

/* 模块二 */
.container_row2 {
    background: #f9f9f9;
}

.container_row2 .container {
    padding: 14px 0;
}

/* 模块二 重要提示 */
.container_row2 .row_top {
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 40px;
}

.container_row2 .row_top .top_title {
    margin-right: 15px;
}

.container_row2 .row_top .top_title,
.container_row2 .row_top .top_title a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.container_row2 .row_top .top_content {
    flex: 1 1 0;
    font-size: 18px;
}

.container_row2 .row_top .top_content .swiper-container,
.container_row2 .row_top .top_content .swiper-wrapper {
    height: 60px;
}

.container_row2 .row_top .top_content .swiper-wrapper .txt {
    width: 950px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 模块二 底部 */
.container_row2 .row_bottom .row_left,
.container_row2 .row_bottom .row_right {
    height: 395px;
}

.container_row2 .row_bottom .row_left {
    width: 589px;
}

.container_row2 .row_bottom .row_right {
    width: 50%;
}

/* 模块二 底部 新闻轮播 */
.container_row2 .row_bottom .row_left .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.container_row2 .row_bottom .row_left .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: #33333396;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.container_row2 .row_bottom .row_left .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    font-size: 14px;
}

.container_row2 .row_bottom .row_left img {
    width: 589px;
    height: 395px;
}

.container_row2 .row_bottom .row_left .swiper-wrapper {
    height: 395px !important;
}

.container_row2 .row_bottom .row_left .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border-radius: 50% !important;
    opacity: 1;
}

.container_row2 .row_bottom .row_left .swiper-pagination-bullet-active {
    padding: 0 10px;
    background: #B48B5D !important;
    border-radius: 5px !important;
}

.container_row2 .row_bottom .row_left .swiper-container-horizontal>.swiper-pagination-bullets,
.container_row2 .row_bottom .row_left .swiper-pagination-custom,
.container_row2 .row_bottom .row_left .swiper-pagination-fraction {
    bottom: 18px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

/* 模块二 底部 新闻列表 */
.container_row2 .row_bottom .row_right .row_list {
    height: 395px;
}

.container_row2 .row_bottom .row_right .row_list_title {
    height: 50px;
    border-bottom: 2px solid #B48B5D;
}

.container_row2 .row_bottom .row_right .row_list_title li {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.container_row2 .row_bottom .row_right .row_list_title .current {
    border: 2px solid #B48B5D;
    border-radius: 5px 5px 0px 0px;
    font-size: 24px;
}

.container_row2 .row_bottom .row_right .row_list_content {
    padding: 0 0 0 19px;
    font-size: 18px;
}

.container_row2 .row_bottom .row_right .row_list_content li {
    width: 100%;
    line-height: 53px;
}

.container_row2 .row_bottom .row_right .row_list_content li a {
    display: flex;
    align-items: center;
}

.container_row2 .row_bottom .row_right .row_list_content li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 27px;
}

.container_row2 .row_bottom .row_right .row_list_content li span:first-of-type {
    flex: 1 1 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container_row2 .row_bottom .row_right .row_list_content li .time {
    font-size: 14px;
    font-style: italic;
    color: #666666b3;
    display: none;
}

/* 模块三 */
.container_row3 .row_content {
    width: 100%;
    height: 400px;
    background: url(xy_xydqw_index_sqgl_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.container_row3 .row_content .content_word {
    width: 420px;
    position: absolute;
    right: 40px;
    top: 62px;
}

.container_row3 .row_content .content_word p {
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
}

.container_row3 .row_content .content_word span {
    color: #333;
}

.container_row3 .row_content .content_word a {
    color: #0072FF;
}

.container_row3 .row_more {
    padding: 26px 0;
}

/* 模块四 */
.container_row4 {
    background: #fffdf7;
}

.container_row4 .row_content {
    padding-bottom: 18px;
}

.container_row4 .row_content li {
    width: 25.5%;
    margin-top: 35px;
}

.container_row4 .row_content li a {
    width: 240px;
    height: 242px;
    background: url(xy_xydqw_index_zwgk_bg.png);
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_row4 .row_content li:hover a {
    background: url(xy_xydqw_index_zwgk_bg_on.png);
    background-size: cover;
}

.container_row4 .row_content li p {
    width: 134px;
    font-size: 32px;
    font-family: cursive;
    font-weight: bold;
    color: #858380;
    line-height: 48px;
    text-align: center;
}

.container_row4 .row_content li:nth-of-type(2) p {
    width: 168px;
}

.container_row4 .row_content li:nth-of-type(5) p {
    width: 168px;
}

.container_row4 .row_content li:hover a p {
    color: #444E32;
}

/* 模块五 */
.container_row5 {
    padding-bottom: 3px;
}

.container_row5 .row_left,
.container_row5 .row_right {
    width: 590px;
}

/* 模块五 数据资料库 */
.container_row5 .row_left .row_content li {
    font-size: 20px;
}

.container_row5 .row_left .row_content li img,
.container_row5 .row_left .row_content li .other {
    width: 185px;
    height: 240px;
}

.container_row5 .row_left .row_content li .other {
    background: #B48B5D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.container_row5 .row_left .row_content li p {
    line-height: 40px;
    text-align: center;
}

/* 模块五 咸阳大事记 */
.container_row5 .row_right .row_content {
    height: 544px;
    background: url(xy_xydqw_index_events_bg.png);
    background-size: cover;
}

.container_row5 .row_right .row_content li {
    text-align: center;
    padding-top: 20px;
}

.container_row5 .row_right .row_content li img {
    width: 530px;
}

.container_row5 .row_right .row_content li p {
    font-size: 20px;
}

.container_row5 .row_right .row_content li span {
    padding: 0 8px;
}

/* 模块六*/
.container_row6 {
    background: #f9f9f9;
    padding: 20px 0;
}

.container_row6 .row_bottom .row_list_title {
    border-bottom: 2px solid #DCDCDC;
}

.container_row6 .row_bottom .row_list_title li {
    text-align: center;
    line-height: 75px;
}

.container_row6 .row_bottom .row_list_title .row_title {
    flex: 1 1 0;
}

.container_row6 .row_bottom .row_list_title .row_title li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 12px;
    font-size: 20px;
}

.container_row6 .row_bottom .row_list_title .row_title .current a {
    font-size: 24px;
    font-weight: bold;
    color: #B48B5D;
    border-bottom: 2px solid #B48B5D;
}

.container_row6 .row_bottom .row_list_title .row_list_more {
    margin: 0 40px;
}

.container_row6 .row_bottom .row_list_title .row_list_more li a {
    font-size: 20px;
}

.container_row6 .row_bottom .row_list_content ul {
    margin: 0 -10px;
}

.container_row6 .row_bottom .row_list_content li {
    width: 25%;
    text-align: center;
    padding: 0 10px;
}

.container_row6 .row_bottom .row_list_content li img {
    width: 100%;
    height: 200px;
}

.container_row6 .row_bottom .row_list_content li p {
    font-size: 20px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 模块七 */
.container_row7 {
    background: #FFFDF7;
}

.container_row7 .row_content,
.container_row7 .row_content ul,
.container_row7 .row_content li {
    position: relative;
}

.container_row7 .row_content ul {
    flex-direction: row-reverse;
}

.container_row7 .row_content li {
    width: 360px;
    height: 400px;
    overflow: hidden;
}

.container_row7 .row_content li .content_img,
.container_row7 .row_content li .content_text {
    position: absolute;
    display: inline-block;
}

.container_row7 .row_content li .content_img,
.container_row7 .row_content li .content_img img {
    width: 100%;
    height: 100%;
}

.container_row7 .row_content li .content_text {
    width: 100%;
    height: 110px;
    padding: 15px 20px;
    bottom: 0;
    background: linear-gradient(0deg, #000000cc 0%, #00000000 100%);
    border-radius: 0px 0px 5px 5px;
    transition: all .3s linear;
}

.container_row7 .row_content li:hover .content_text {
    height: 400px;
    transition: height .3s linear;
}

.container_row7 .row_content li .content_text a {
    color: #fff;
}

.container_row7 .row_content li .content_text h3 {
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    margin-top: 30px;
    transition: all .3s linear;
}

.container_row7 .row_content li:hover .content_text h3 {
    margin-top: 0;
    transition: margin .3s linear;
}

.container_row7 .row_content li .content_text p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.container_row7 .row_more {
    padding: 26px 0;
}

/* 模块八 */
.container_row8 {
    background: #F9F9F9;
}

.container_row8 .row_content .row_top li {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.container_row8 .row_content .row_bottom {
    flex-direction: row-reverse;
}

.container_row8 .row_content .row_bottom .bottom_people {
    width: 48%;
}

.container_row8 .row_content .row_bottom .people_img img {
    width: 200px;
    height: 260px;
}

.container_row8 .row_content .row_bottom .people_text {
    margin: 0 10px 0 23px;
}

.container_row8 .row_content .row_bottom .people_text h3 {
    font-size: 20px;
    line-height: 36px;
}

.container_row8 .row_content .row_bottom .people_text p {
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* 模块九 */
.container_row9 {
    background: #FFFDF7;
}

.container_row9 .row_content {
    height: 160px;
}

.container_row9 .row_content li {
    width: 340px;
    height: 110px;
}

.container_row9 .row_content li:first-of-type {
    background: url(xy_xydqw_index_hdjl_bg1.png);
    background-size: cover;
}

.container_row9 .row_content li:nth-of-type(2) {
    background: url(xy_xydqw_index_hdjl_bg2.png);
    background-size: cover;
}

.container_row9 .row_content li:nth-of-type(3) {
    background: url(xy_xydqw_index_hdjl_bg3.png);
    background-size: cover;
}

.container_row9 .row_content li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding-right: 60px;
}

/* 通用-飘窗 */
#window img {
    width: 230px;
    height: 150px;
}

#window div {
    z-index: 99;
}

#window .close {
    cursor: pointer;
    font-size: 14px;
    text-align: end;
}

#window .afixed {
    width: 320px;
    line-height: 30px;
    background: red;
    text-align: center;
    font-size: 16px;
    word-break: break-all;
    padding: 10px 5px;
}

#window .afixed h3 {
    font-weight: normal;
    font-size: 16px;
}

#window .afixed a {
    color: #fff;
}

.window_fixed li {
    z-index: 1000;
}

.window_left,
.window_right {
    position: fixed;
}

.window_left {
    left: 0;
    bottom: 0;
}

.window_left li {
    margin-top: 20px;
}

.window_right {
    position: fixed;
    right: 5%;
    top: 35%;
}

.window_right li {
    margin-bottom: 20px;
}

/* 迁移公告 */
.window_bottom {
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
}

#bottom_content {
    width: 400px;
    height: 250px;
    border: 3px solid #015293;
    background: #fff;
    padding: 20px;
    position: relative;
}

#bottom_content .close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 24px;
    color: #c00;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

#bottom_content h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

#bottom_content p {
    font-size: 13px;
    line-height: 28px;
    text-indent: 2em;
    word-break: break-all;
}

@media (max-width: 750px) {
    #bottom_content {
        width: 286px;
        height: 290px;
    }

    #bottom_content h3 {
        font-size: 15px;
    }

    #bottom_content p {
        font-size: 12px;
    }
}